home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / tb044.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-07-07  |  2KB  |  53 lines

  1. @echo off
  2. Echo ---
  3. Echo Welcome to the TurBoard BBS system!
  4. Echo ---
  5. Echo Make sure you have PKUNZIP.EXE in your current path or in this
  6. Echo directory.  If you do not, press Ctrl-C and copy it there.  Otherwise,
  7. pause
  8. Echo ---
  9. Echo Setting up help screens, welcome screens, etc...
  10. md text
  11. if errorlevel=1 goto errorout
  12. pkunzip tbtext text
  13. if errorlevel=1 goto errorout
  14. Echo ---
  15. Echo Setting up menus, special messages, and the advertisement catagories...
  16. md yak
  17. if errorlevel=1 goto errorout
  18. pkunzip tbyak yak
  19. if errorlevel=1 goto errorout
  20. md ads
  21. if errorlevel=1 goto errorout
  22. copy catagory.dat ads
  23. if errorlevel=1 goto errorout
  24. Echo ---
  25. Echo Cleaning up . . .
  26. erase TBYAK.ZIP
  27. if errorlevel=1 goto errorout
  28. erase TBTEXT.ZIP
  29. if errorlevel=1 goto errorout
  30. erase TBart.ZIP
  31. if errorlevel=1 goto errorout
  32. erase CATAGORY.DAT
  33. if errorlevel=1 goto errorout
  34. erase README.TXT
  35. if errorlevel=1 goto errorout
  36. Echo ---
  37. Echo ALL DONE!!!  Now you are ready to start the TurBoard BBS program!
  38. Echo (you may wish to delete INSTALL.BAT, but it is not required.)
  39. Echo Enter TB at the DOS prompt to start TurBoard!
  40. goto end;
  41. :errorout
  42. Echo ---
  43. Echo ERROR!  Most likely, you do not have PKUNZIP.EXE in this directory.
  44. Echo Also, if you have alread run INSTALL, you do not need to run again.
  45. Echo There is a possibility that you have run out of disk space also, if
  46. Echo so, refer to the TB???.DOC manual to install turboard manually.
  47. Echo ---
  48. Echo This program is optional -- you may want to start TurBoard with out
  49. Echo the menus and so forth, if so, use the command TB at the DOS prompt.
  50. :end
  51. Echo --- :)
  52.  
  53.